Filename | (eval 1113)[/usr/share/perl/5.10/CGI.pm:869] |
Statements | Executed 8 statements in 43µs |
Eval Invoked At | /usr/share/perl/5.10/CGI.pm line 869 |
Sibling evals | 1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 18, 19, 20, 21, 22, 23 |
Calls | P | F | Exclusive Time |
Inclusive Time |
Subroutine |
---|---|---|---|---|---|
2 | 2 | 2 | 44µs | 105µs | script_name | CGI::
Line | State ments |
Time on line |
Calls | Time in subs |
Code |
---|---|---|---|---|---|
1 | # spent 105µs (44+61) within CGI::script_name which was called 2 times, avg 53µs/call:
# once (29µs+56µs) by CGI::url at line 832 of CGI.pm
# once (15µs+5µs) by CGI::url at line 10 of (eval 1109)[CGI.pm:869] | ||||
2 | 2 | 11µs | 2 | 14µs | my ($self,@p) = self_or_default(@_); # spent 14µs making 2 calls to CGI::self_or_default, avg 7µs/call |
3 | 2 | 5µs | if (@p) { | ||
4 | $self->{'.script_name'} = shift @p; | ||||
5 | } elsif (!exists $self->{'.script_name'}) { | ||||
6 | 1 | 7µs | 1 | 47µs | my ($script_name,$path_info) = $self->_name_and_path_from_env(); # spent 47µs making 1 call to CGI::_name_and_path_from_env |
7 | 1 | 4µs | $self->{'.script_name'} = $script_name; | ||
8 | } | ||||
9 | 2 | 17µs | return $self->{'.script_name'}; | ||
10 | } | ||||
11 | |||||
12 | ; |